From d6e72ec7b96d168b08b7fa6f601ca25cb2117043 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Sun, 3 Dec 2006 21:29:21 +0000 Subject: [PATCH] Publish function gbfgetcstr. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2579 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/gbfile.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gpsbabel/gbfile.h b/gpsbabel/gbfile.h index 596e9c2c5..d2ff098cf 100644 --- a/gpsbabel/gbfile.h +++ b/gpsbabel/gbfile.h @@ -81,6 +81,7 @@ double gbfgetdbl(gbfile *file); // read a double value float gbfgetflt(gbfile *file); // read a float value char *gbfgetstr(gbfile *file); // read until any type of line-breaks or EOF char *gbfgetpstr(gbfile *file); // read a pascal string +char *gbfgetcstr(gbfile *file); // read a null terminated string int gbfputint16(const gbint16 i, gbfile *file); #define gbfputuint16(a,b) gbfputint16((gbuint16)(a),(b)) -- 2.30.2